home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Time / DLLDef next >
Text File  |  1995-04-04  |  281b  |  26 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "Time"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Time_ConvertDateAndTime
  14.   Time_Monotonic
  15.   Time_ConvertStandardDateAndTime
  16. }
  17.  
  18. ; --- Object files ---
  19.  
  20. objects
  21. {
  22.   o.ConvertDAT
  23.   o.ConvSDAT
  24.   o.MonoTime
  25. }
  26.